Files
cloud-config/zetikettes/service.yaml
Paul Mathieu 0cf7c9b908 Initial commit: mushroom, zetikettes
With basic config to have TLS certs with ACME.
It works!

TODO:
- gitea
- bar-jupyter
2026-03-02 06:48:46 +00:00

13 lines
179 B
YAML

apiVersion: v1
kind: Service
metadata:
name: zetikettes
spec:
selector:
app: zetikettes
ports:
- protocol: TCP
port: 80
targetPort: 80
type: ClusterIP