Files
web-apps/joossam/helm-values.yaml
Mayne0213 1645dd28d8 PERF(web-apps): reduce all replicas to 1
- Change jaejadle, jaejadle-dev replicas to 1
- Change joossam, joossam-dev replicas to 1
- Change jotion, jovies, portfolio, todo replicas to 1
2026-01-10 13:31:27 +09:00

67 lines
1.1 KiB
YAML

# Joossam Web App Helm Values
name: joossam
image:
registry: ghcr.io
repository: mayne0213/joossam
tag: latest
pullPolicy: Always
imagePullSecrets:
- name: ghcr-secret
replicaCount: 1
containerPort: 8000
service:
enabled: true
type: ClusterIP
port: 80
ingress:
enabled: true
className: traefik
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
hosts:
- host: joossameng.kro.kr
paths:
- path: /
pathType: Prefix
tls:
- secretName: joossam-tls
hosts:
- joossameng.kro.kr
resources:
requests:
memory: 160Mi
cpu: 15m
limits:
memory: 160Mi
healthCheck:
enabled: true
path: /
startupProbe:
periodSeconds: 10
failureThreshold: 30
livenessProbe:
initialDelaySeconds: 0
periodSeconds: 10
readinessProbe:
initialDelaySeconds: 0
periodSeconds: 5
externalSecret:
enabled: false
# Affinity - Soft Anti-Affinity to spread pods across nodes
affinity:
podAntiAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
- weight: 100
podAffinityTerm:
topologyKey: kubernetes.io/hostname