hello app, managed by argocd

This commit is contained in:
2026-08-26 13:37:34 +00:00
parent 2049b6d11e
commit b12f838b06
5 changed files with 53 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
apiVersion: v1
kind: Service
metadata:
name: hello
namespace: hello
spec:
type: NodePort
selector: { app: hello }
ports:
- { port: 80, targetPort: 80, nodePort: 30082 }