Files
applications/amane-tanikaze/svc.amane-frontend.yaml
ytshih 57c2b4ecc2
All checks were successful
Lint yaml / build-package (push) Successful in 8s
Fix: yamllint
2024-11-06 11:28:38 +00:00

16 lines
224 B
YAML

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