Files
web-apps/jotion/service.yaml
Mayne0213 9e8d538ab1 FEAT(jotion): add jotion application
- Add ArgoCD Application definition
- Add deployment, service, ingress, external-secret
- Domain: jotion0213.kro.kr
- Vault secret path: secret/jotion
2026-01-05 02:32:18 +09:00

16 lines
208 B
YAML

apiVersion: v1
kind: Service
metadata:
name: jotion
labels:
app: jotion
spec:
type: ClusterIP
ports:
- name: http
port: 80
targetPort: 3000
protocol: TCP
selector:
app: jotion