fix setup again
This commit is contained in:
parent
46ed57c51b
commit
df23bdbaf0
@ -4,3 +4,4 @@ metadata:
|
|||||||
name: argocd
|
name: argocd
|
||||||
labels:
|
labels:
|
||||||
name: argocd
|
name: argocd
|
||||||
|
pod-security.kubernetes.io/enforce: privileged
|
||||||
|
@ -5,5 +5,4 @@ namespace: argocd
|
|||||||
|
|
||||||
resources:
|
resources:
|
||||||
- base/argo-cd-namespace.yaml
|
- base/argo-cd-namespace.yaml
|
||||||
- https://raw.githubusercontent.com/argoproj/argo-cd/master/manifests/ha/install.yaml
|
- https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/ha/install.yaml
|
||||||
- base/argo-cd-app-of-apps.yaml
|
|
||||||
|
@ -22,3 +22,17 @@ spec:
|
|||||||
targetPort: 80
|
targetPort: 80
|
||||||
selector:
|
selector:
|
||||||
app: whoami
|
app: whoami
|
||||||
|
---
|
||||||
|
apiVersion: v1
|
||||||
|
kind: Service
|
||||||
|
metadata:
|
||||||
|
name: whoami-np
|
||||||
|
namespace: whoami
|
||||||
|
spec:
|
||||||
|
type: NodePort
|
||||||
|
ports:
|
||||||
|
- nodePort: 30007
|
||||||
|
port: 80
|
||||||
|
targetPort: 80
|
||||||
|
selector:
|
||||||
|
app: whoami
|
||||||
|
Loading…
Reference in New Issue
Block a user