fix setup again

This commit is contained in:
Mans Ziesel 2024-09-23 20:30:08 +02:00
parent 46ed57c51b
commit df23bdbaf0
3 changed files with 16 additions and 2 deletions

View File

@ -4,3 +4,4 @@ metadata:
name: argocd name: argocd
labels: labels:
name: argocd name: argocd
pod-security.kubernetes.io/enforce: privileged

View File

@ -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

View File

@ -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