- Add ArgoCD Application definition - Add deployment, service, ingress, external-secret - Domain: jotion0213.kro.kr - Vault secret path: secret/jotion
16 lines
208 B
YAML
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
|