synapse: Add labels to configMapGenerator
This commit is contained in:
parent
f06b69974f
commit
1f9030007c
|
@ -76,6 +76,9 @@ secretGenerator:
|
||||||
- homeserver.yaml=synapse-homeserver.yaml
|
- homeserver.yaml=synapse-homeserver.yaml
|
||||||
- signing.key=synapse-signing.key
|
- signing.key=synapse-signing.key
|
||||||
- log.config=synapse-log.config
|
- log.config=synapse-log.config
|
||||||
|
options:
|
||||||
|
labels:
|
||||||
|
app: synapse
|
||||||
|
|
||||||
patches:
|
patches:
|
||||||
# Patch the metrics-server to not require TLS in dev cluster.
|
# Patch the metrics-server to not require TLS in dev cluster.
|
||||||
|
|
|
@ -65,6 +65,9 @@ secretGenerator:
|
||||||
- homeserver.yaml=secrets/synapse-homeserver.yaml
|
- homeserver.yaml=secrets/synapse-homeserver.yaml
|
||||||
- signing.key=secrets/synapse-signing.key
|
- signing.key=secrets/synapse-signing.key
|
||||||
- log.config=secrets/synapse-log.config
|
- log.config=secrets/synapse-log.config
|
||||||
|
options:
|
||||||
|
labels:
|
||||||
|
app: synapse
|
||||||
|
|
||||||
patches:
|
patches:
|
||||||
# Patch the ingress-nginx deployment to allow it to use a service with a
|
# Patch the ingress-nginx deployment to allow it to use a service with a
|
||||||
|
|
Loading…
Reference in New Issue