ci: update status-api tag to master-62bc743
This commit is contained in:
parent
519fa61908
commit
b9eaa4cc2c
@ -3,28 +3,24 @@
|
|||||||
|
|
||||||
# Number of replicas
|
# Number of replicas
|
||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
|
|
||||||
# Container image configuration
|
# Container image configuration
|
||||||
image:
|
image:
|
||||||
repository: nginxinc/nginx-unprivileged
|
repository: nginxinc/nginx-unprivileged
|
||||||
tag: "1.25-alpine"
|
tag: "1.25-alpine"
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
# API backend configuration (Flask server for status updates)
|
# API backend configuration (Flask server for status updates)
|
||||||
api:
|
api:
|
||||||
image:
|
image:
|
||||||
repository: python
|
repository: python
|
||||||
tag: "3.11-alpine"
|
tag: "master-62bc743"
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
pip_packages: "Flask==2.3.2"
|
pip_packages: "Flask==2.3.2"
|
||||||
|
|
||||||
# Service configuration
|
# Service configuration
|
||||||
service:
|
service:
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
port: 80
|
port: 80
|
||||||
targetPort: 8080
|
targetPort: 8080
|
||||||
annotations: {}
|
annotations: {}
|
||||||
|
|
||||||
# Status JSON content - customize with your actual GitOps status information
|
# Status JSON content - customize with your actual GitOps status information
|
||||||
statusJson:
|
statusJson:
|
||||||
repo: "observability-stack"
|
repo: "observability-stack"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user