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