Files
no-as-a-service/deploy/service.yaml
2025-05-02 16:48:27 +02:00

17 lines
231 B
YAML

apiVersion: v1
kind: Service
metadata:
creationTimestamp: null
labels:
app: noaas
name: noaas
spec:
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
selector:
app: noaas
type: ClusterIP