With basic config to have TLS certs with ACME. It works! TODO: - gitea - bar-jupyter
13 lines
179 B
YAML
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
|