chore(snapshot): sync workspace state
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: dlob-publisher-all
|
||||
annotations:
|
||||
argocd.argoproj.io/sync-wave: "4"
|
||||
prometheus.io/scrape: "true"
|
||||
prometheus.io/port: "9464"
|
||||
prometheus.io/path: /metrics
|
||||
spec:
|
||||
selector:
|
||||
app.kubernetes.io/name: dlob-publisher-all
|
||||
ports:
|
||||
- name: http
|
||||
port: 8080
|
||||
targetPort: 8080
|
||||
- name: metrics
|
||||
port: 9464
|
||||
targetPort: 9464
|
||||
Reference in New Issue
Block a user