This commit is contained in:
2025-05-02 16:48:27 +02:00
parent 48ef406428
commit 2c03527d00
6 changed files with 106 additions and 1 deletions
+16
View File
@@ -0,0 +1,16 @@
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