Work in progress
This commit is contained in:
0
charts/softplayer-backend/catalog.yaml
Normal file
0
charts/softplayer-backend/catalog.yaml
Normal file
@ -42,10 +42,7 @@ spec:
|
||||
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
||||
args:
|
||||
- serve
|
||||
- --reflection
|
||||
- --smtp-host=badhouseplants.net
|
||||
- --smtp-password='NCzs2fK8Gh5rAWxGte%!K54T7'
|
||||
- --smtp-from=allanger@badhouseplants.net
|
||||
- --reflection
|
||||
ports:
|
||||
- name: http
|
||||
containerPort: {{ .Values.service.port }}
|
||||
|
@ -41,6 +41,8 @@ spec:
|
||||
- x-accept-response-streaming
|
||||
- x-user-agent
|
||||
- x-grpc-web
|
||||
- token
|
||||
- uuid
|
||||
maxAge: 1728s
|
||||
exposeHeaders:
|
||||
- grpc-status
|
||||
|
@ -17,6 +17,7 @@ serviceAccount:
|
||||
|
||||
deployAnnotations:
|
||||
keel.sh/policy: force
|
||||
keel.sh/trigger: poll
|
||||
podLabels: {}
|
||||
|
||||
podSecurityContext:
|
||||
|
@ -17,6 +17,7 @@ serviceAccount:
|
||||
|
||||
deployAnnotations:
|
||||
keel.sh/policy: force
|
||||
keel.sh/trigger: poll
|
||||
podLabels: {}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user