add labels
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user