Add image pull secret
This commit is contained in:
parent
12c4b01943
commit
39c0b88476
@ -3,11 +3,17 @@
|
||||
|
||||
# Number of replicas
|
||||
replicaCount: 1
|
||||
|
||||
# Image pull secrets for Harbor registry
|
||||
imagePullSecrets:
|
||||
- name: harbor-regcred
|
||||
|
||||
# Container image configuration
|
||||
image:
|
||||
repository: nginxinc/nginx-unprivileged
|
||||
tag: "1.25-alpine"
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
# API backend configuration (Flask server for status updates)
|
||||
api:
|
||||
image:
|
||||
@ -15,12 +21,14 @@ api:
|
||||
tag: "latest"
|
||||
pullPolicy: Always
|
||||
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