Files
tcb_devportal/manifest/helm/values.yaml
duynguyen c90a36a54f
Some checks failed
homelab-k8s-services/tcb_devportal/pipeline/head There was a failure building this commit
feat: initial commit — tcb_devportal Next.js app
Includes Helm chart (tcb-devportal), Jenkinsfile with homelab CI pipeline,
and Next.js app source.
2026-05-10 14:49:10 +07:00

11 lines
178 B
YAML

image:
repository: harbor-core.harbor.svc.cluster.local/library/tcb_devportal
tag: latest
pullPolicy: IfNotPresent
replicaCount: 1
service:
port: 80
targetPort: 3000