mirror of
https://github.com/lukaszraczylo/kubemirror.git
synced 2026-07-09 05:43:17 +00:00
initial commit
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: kubemirror-controller-metrics
|
||||
namespace: kubemirror-system
|
||||
labels:
|
||||
app.kubernetes.io/name: kubemirror
|
||||
app.kubernetes.io/component: controller
|
||||
spec:
|
||||
type: ClusterIP
|
||||
ports:
|
||||
- name: metrics
|
||||
port: 8080
|
||||
targetPort: metrics
|
||||
protocol: TCP
|
||||
- name: health
|
||||
port: 8081
|
||||
targetPort: health
|
||||
protocol: TCP
|
||||
selector:
|
||||
app.kubernetes.io/name: kubemirror
|
||||
app.kubernetes.io/component: controller
|
||||
Reference in New Issue
Block a user