frontend: update tag to master-e6bd63c
This commit is contained in:
parent
c7a4b55b25
commit
20338c47b0
@ -1,17 +1,13 @@
|
||||
nameOverride: ""
|
||||
fullnameOverride: ""
|
||||
|
||||
commonLabels: {}
|
||||
commonAnnotations: {}
|
||||
|
||||
backend:
|
||||
image:
|
||||
repository: harbor.dvirlabs.com/my-apps/calink-backend
|
||||
tag: latest
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
replicas: 1
|
||||
|
||||
resources:
|
||||
limits:
|
||||
cpu: 500m
|
||||
@ -19,26 +15,21 @@ backend:
|
||||
requests:
|
||||
cpu: 250m
|
||||
memory: 256Mi
|
||||
|
||||
env:
|
||||
- name: DATABASE_PATH
|
||||
value: "/data/app.db"
|
||||
|
||||
persistence:
|
||||
enabled: true
|
||||
storageClass: "nfs-client"
|
||||
size: 1Gi
|
||||
mountPath: /data
|
||||
|
||||
service:
|
||||
type: ClusterIP
|
||||
port: 8000
|
||||
|
||||
healthCheck:
|
||||
path: /health
|
||||
initialDelaySeconds: 10
|
||||
periodSeconds: 30
|
||||
|
||||
ingress:
|
||||
enabled: true
|
||||
className: "traefik"
|
||||
@ -55,15 +46,12 @@ backend:
|
||||
- secretName: api-calink-tls
|
||||
hosts:
|
||||
- api-calink.dvirlabs.com
|
||||
|
||||
frontend:
|
||||
image:
|
||||
repository: harbor.dvirlabs.com/my-apps/calink-frontend
|
||||
tag: latest
|
||||
tag: master-e6bd63c
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
replicas: 1
|
||||
|
||||
resources:
|
||||
limits:
|
||||
cpu: 200m
|
||||
@ -71,16 +59,13 @@ frontend:
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 128Mi
|
||||
|
||||
service:
|
||||
type: ClusterIP
|
||||
port: 80
|
||||
|
||||
healthCheck:
|
||||
path: /
|
||||
initialDelaySeconds: 5
|
||||
periodSeconds: 30
|
||||
|
||||
ingress:
|
||||
enabled: true
|
||||
className: "traefik"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user