Governance App Deployment On Container
Was this helpful?
Was this helpful?
- name: GOV_APP_HOST
value: {{ .Values.gov.HOST }}
- name: GOV_APP_PORT
value: {{ .Values.gov.PORT }}
- name: GOV_APP_PROTOCOL
value: {{ .Values.gov.PROTOCOL }}- name: GOV_APP_HOST
value: {{ .Values.gov.HOST }}
- name: GOV_APP_PORT
value: {{ .Values.gov.PORT }}
- name: GOV_APP_PROTOCOL
value: {{ .Values.gov.PROTOCOL }} gov_image: <actual_image_name>gov:
HOST: gov-service
PORT: 8081
PROTOCOL: http
replicas: 2
resources:
requests:
cpu: 500m
memory: 1Gi
limits:
cpu: 1
memory: 2Gi
service:
type: LoadBalancer
port: 443
loadBalancer:
cert: "arn-of-certificate"helm upgrade --install ovedge ./helm-chart -f values.yaml