itsm-backend-ticketing.yaml: update
This commit is contained in:
parent
019257c8f9
commit
28085fb339
@ -1,49 +1,52 @@
|
||||
repositories:
|
||||
- name: stable
|
||||
url: https://charts.onwalk.net
|
||||
username: {{ requiredEnv "ARF_USERNAME" }}
|
||||
password: {{ requiredEnv "ARF_PASSWORD" | quote }}
|
||||
- name: stable
|
||||
url: https://charts.onwalk.net
|
||||
username: {{ requiredEnv "ARF_USERNAME" }}
|
||||
password: {{ requiredEnv "ARF_PASSWORD" | quote }}
|
||||
|
||||
templates:
|
||||
default: &default
|
||||
namespace: itsm-tools-stg
|
||||
createNamespace: false
|
||||
chart: stable/app-backend
|
||||
version: 0.1.3
|
||||
common:
|
||||
namespace: itsm-tools-stg
|
||||
createNamespace: false
|
||||
chart: stable/app-backend
|
||||
version: 0.1.3
|
||||
values:
|
||||
service:
|
||||
type: ClusterIP
|
||||
ports:
|
||||
- name: http
|
||||
port: 8000
|
||||
targetPort: http
|
||||
protocol: TCP
|
||||
- name: grpc
|
||||
port: 9000
|
||||
targetPort: grpc
|
||||
protocol: TCP
|
||||
containerPorts:
|
||||
- name: http
|
||||
port: 8000
|
||||
protocol: TCP
|
||||
- name: grpc
|
||||
port: 9000
|
||||
protocol: TCP
|
||||
|
||||
releases:
|
||||
- name: itsm-ticketing
|
||||
<<: *default
|
||||
<<: {{"{{" }} include "common" . | nindent 4 {{ "}}" }}
|
||||
set:
|
||||
- name: service.ports[0].name
|
||||
value: http
|
||||
- name: service.ports[0].protocol
|
||||
value: TCP
|
||||
- name: service.ports[0].port
|
||||
value: 8000
|
||||
- name: service.ports[0].targetPort
|
||||
value: http
|
||||
- name: service.ports[1].name
|
||||
value: grpc
|
||||
- name: service.ports[1].protocol
|
||||
value: TCP
|
||||
- name: service.ports[1].port
|
||||
value: 9000
|
||||
- name: service.ports[1].targetPort
|
||||
value: grpc
|
||||
- name: ports[0].name
|
||||
value: http
|
||||
- name: ports[0].protocol
|
||||
value: TCP
|
||||
- name: ports[0].containerPort
|
||||
value: 3000
|
||||
- name: ports[1].name
|
||||
value: http
|
||||
- name: ports[1].protocol
|
||||
value: TCP
|
||||
- name: ports[2].containerPort
|
||||
value: 3000
|
||||
- name: image.repository
|
||||
value: artifact.onwalk.net/itsm/ticketing
|
||||
- name: image.tag
|
||||
value: 'unknown-fa7fed7'
|
||||
- name: image.repository
|
||||
value: artifact.onwalk.net/itsm/ticketing
|
||||
- name: image.tag
|
||||
value: 'unknown-fa7fed7'
|
||||
- name: volumeMounts
|
||||
value:
|
||||
- name: ticketing-config
|
||||
mountPath: /ticketing/conf
|
||||
- name: volumes
|
||||
value:
|
||||
- name: ticketing-config
|
||||
secret:
|
||||
secretName: itsm
|
||||
defaultMode: 420
|
||||
items:
|
||||
- key: ticketing.yaml
|
||||
path: config.yaml
|
||||
|
||||
Loading…
Reference in New Issue
Block a user