add labels
All checks were successful
lint-test-helm / lint-helm (push) Successful in 16s
render-manifests-push / render-manifests-push (push) Successful in 31s
renovate / renovate (push) Successful in 1m36s

This commit is contained in:
2025-12-12 22:15:34 -06:00
parent 8537eb7456
commit f633f89ac1

View File

@@ -129,13 +129,17 @@ matrix-synapse:
enabled: false enabled: false
matrix-hookshot: matrix-hookshot:
global: global:
fullnameOverride: matrix-hookshot nameOverride: matrix-hookshot
controllers: controllers:
main: main:
type: deployment type: deployment
replicas: 1 replicas: 1
strategy: Recreate strategy: Recreate
revisionHistoryLimit: 3 revisionHistoryLimit: 3
pod:
labels:
app.kubernetes.io/instance: matrix-hookshot
app.kubernetes.io/name: matrix-hookshot
containers: containers:
main: main:
image: image:
@@ -158,11 +162,11 @@ matrix-hookshot:
port: 9001 port: 9001
targetPort: 9001 targetPort: 9001
protocol: HTTP protocol: HTTP
appservice: widgets:
port: 9002 port: 9002
targetPort: 9002 targetPort: 9002
protocol: HTTP protocol: HTTP
homeserver: appservice:
port: 9993 port: 9993
targetPort: 9993 targetPort: 9993
protocol: HTTP protocol: HTTP