apps/snips/resources/service.yaml
Peter Kurfer 3fdbfe8d7e
All checks were successful
Renovate / renovate (push) Successful in 31s
feat(snips): initial setup
2024-03-06 22:11:07 +01:00

17 lines
No EOL
270 B
YAML

---
apiVersion: v1
kind: Service
metadata:
name: snips
spec:
selector:
app.kubernetes.io/name: snips
ports:
- name: http
protocol: TCP
port: 8080
targetPort: 8080
- name: ssh
protocol: TCP
port: 2222
targetPort: 2222