ci: update status-api tag to master-da13db9
This commit is contained in:
parent
6a6ff1dfb3
commit
451eaab9b9
@ -3,26 +3,22 @@
|
|||||||
|
|
||||||
# Number of replicas
|
# Number of replicas
|
||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
|
|
||||||
# Image pull secrets for Harbor registry
|
# Image pull secrets for Harbor registry
|
||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
- name: harbor-regcred
|
- name: harbor-regcred
|
||||||
|
|
||||||
# API backend configuration (Flask server for status updates)
|
# API backend configuration (Flask server for status updates)
|
||||||
api:
|
api:
|
||||||
image:
|
image:
|
||||||
# Use the gitops-status-api image from gitops-status-api repo
|
# Use the gitops-status-api image from gitops-status-api repo
|
||||||
# Built and pushed to Harbor or use local image
|
# Built and pushed to Harbor or use local image
|
||||||
repository: harbor.dvirlabs.com/dvirlabs/gitops-status-api
|
repository: harbor.dvirlabs.com/dvirlabs/gitops-status-api
|
||||||
tag: "latest"
|
tag: "master-da13db9"
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
|
|
||||||
# Service configuration
|
# Service configuration
|
||||||
service:
|
service:
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
port: 80
|
port: 80
|
||||||
annotations: {}
|
annotations: {}
|
||||||
|
|
||||||
# Resource limits
|
# Resource limits
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user