infrastructure/k8s/roles/skooner/files/resources/service.yaml
Peter Kurfer 831a85436f
All checks were successful
continuous-integration/drone/push Build is passing
feat: add skooner, upgrade a few things
2023-07-19 18:55:17 +00:00

12 lines
187 B
YAML

---
kind: Service
apiVersion: v1
metadata:
name: skooner
namespace: kube-system
spec:
ports:
- port: 8000
targetPort: 4654
selector:
app.kubernetes.io/name: skooner