chore: Update manifests after change

This commit is contained in:
2026-04-09 23:21:29 +00:00
parent 8c5252ff7a
commit c208cebde6
15 changed files with 135 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ metadata:
app.kubernetes.io/instance: external-secrets
app.kubernetes.io/version: "v2.2.0"
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/metrics: "webhook"
external-secrets.io/component: webhook
spec:
type: ClusterIP
@@ -17,6 +18,10 @@ spec:
targetPort: webhook
protocol: TCP
name: webhook
- port: 8080
protocol: TCP
targetPort: metrics
name: metrics
selector:
app.kubernetes.io/name: external-secrets-webhook
app.kubernetes.io/instance: external-secrets