hello app, managed by argocd
This commit is contained in:
@@ -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 }
|
||||
Reference in New Issue
Block a user