Files
NovalRedot/k8s/service.yaml
ROOG a470739190
Some checks failed
Deploy Noval to K3s / deploy (push) Failing after 1s
ci: add gitea deploy workflow and k3s manifests with cert-manager tls
2026-03-22 17:29:02 +08:00

17 lines
250 B
YAML

apiVersion: v1
kind: Service
metadata:
name: noval-service
namespace: noval-roog-code
labels:
app: noval
spec:
type: ClusterIP
selector:
app: noval
ports:
- name: http
protocol: TCP
port: 80
targetPort: 8000