fix: move drupal to fornix ns
This commit is contained in:
@@ -2,12 +2,12 @@ apiVersion: cilium.io/v2
|
|||||||
kind: CiliumNetworkPolicy
|
kind: CiliumNetworkPolicy
|
||||||
metadata:
|
metadata:
|
||||||
name: allow-external-services
|
name: allow-external-services
|
||||||
namespace: drupal
|
namespace: fornix
|
||||||
spec:
|
spec:
|
||||||
egress:
|
egress:
|
||||||
- toFQDNs:
|
- toFQDNs:
|
||||||
- matchPattern: 'cache.nixos.org'
|
- matchPattern: "cache.nixos.org"
|
||||||
- matchPattern: 'nix-community.cachix.org'
|
- matchPattern: "nix-community.cachix.org"
|
||||||
endpointSelector:
|
endpointSelector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: drupal
|
app: drupal
|
||||||
|
|||||||
@@ -5,12 +5,12 @@ metadata:
|
|||||||
namespace: argocd
|
namespace: argocd
|
||||||
spec:
|
spec:
|
||||||
destination:
|
destination:
|
||||||
namespace: drupal
|
namespace: fornix
|
||||||
server: 'https://kubernetes.default.svc'
|
server: "https://kubernetes.default.svc"
|
||||||
sources:
|
sources:
|
||||||
- repoURL: https://gitlab.com/oceanbox/manifests.git
|
- repoURL: https://gitlab.com/oceanbox/manifests.git
|
||||||
targetRevision: HEAD
|
targetRevision: HEAD
|
||||||
path: values/drupal/manifests
|
path: values/drupal/manifests
|
||||||
project: sys
|
project: sys
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
syncOptions:
|
syncOptions:
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ metadata:
|
|||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/component: drupal
|
app.kubernetes.io/component: drupal
|
||||||
name: drupal
|
name: drupal
|
||||||
namespace: drupal
|
namespace: fornix
|
||||||
spec:
|
spec:
|
||||||
ingressClassName: nginx
|
ingressClassName: nginx
|
||||||
rules:
|
rules:
|
||||||
|
|||||||
Reference in New Issue
Block a user