add labels
This commit is contained in:
@@ -129,13 +129,17 @@ matrix-synapse:
|
||||
enabled: false
|
||||
matrix-hookshot:
|
||||
global:
|
||||
fullnameOverride: matrix-hookshot
|
||||
nameOverride: matrix-hookshot
|
||||
controllers:
|
||||
main:
|
||||
type: deployment
|
||||
replicas: 1
|
||||
strategy: Recreate
|
||||
revisionHistoryLimit: 3
|
||||
pod:
|
||||
labels:
|
||||
app.kubernetes.io/instance: matrix-hookshot
|
||||
app.kubernetes.io/name: matrix-hookshot
|
||||
containers:
|
||||
main:
|
||||
image:
|
||||
@@ -158,11 +162,11 @@ matrix-hookshot:
|
||||
port: 9001
|
||||
targetPort: 9001
|
||||
protocol: HTTP
|
||||
appservice:
|
||||
widgets:
|
||||
port: 9002
|
||||
targetPort: 9002
|
||||
protocol: HTTP
|
||||
homeserver:
|
||||
appservice:
|
||||
port: 9993
|
||||
targetPort: 9993
|
||||
protocol: HTTP
|
||||
|
||||
Reference in New Issue
Block a user