fix: fix dapr install (missing cnp)
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
apiVersion: cilium.io/v2
|
||||
kind: CiliumNetworkPolicy
|
||||
metadata:
|
||||
name: allow-external-services
|
||||
namespace: {{ .Release.Namespace }}
|
||||
spec:
|
||||
egress:
|
||||
- toFQDNs:
|
||||
- matchName: api.github.com
|
||||
- matchName: dapr.github.io
|
||||
- matchName: gitlab.com
|
||||
- matchName: analytics.loft.rocks
|
||||
endpointSelector:
|
||||
matchLabels: {}
|
||||
@@ -1,5 +1,5 @@
|
||||
apiVersion: jaegertracing.io/v1
|
||||
kind: "Jaeger"
|
||||
kind: Jaeger
|
||||
metadata:
|
||||
name: jaeger
|
||||
namespace: {{ .Release.Namespace }}
|
||||
|
||||
@@ -48,7 +48,7 @@ spec:
|
||||
secretName: "{{ $fullname }}-tls"
|
||||
|
||||
storage:
|
||||
persistence: false
|
||||
persistence: {{ .Values.persistence }}
|
||||
|
||||
# coredns:
|
||||
# image: coredns/coredns:1.10.1
|
||||
@@ -67,7 +67,6 @@ spec:
|
||||
to: "atlantis/{{ $name }}-archmeister-rw"
|
||||
- from: "{{ .Release.Namespace }}/jaeger-collector"
|
||||
to: "atlantis/jaeger-collector"
|
||||
|
||||
sync:
|
||||
secrets:
|
||||
all: true
|
||||
@@ -89,6 +88,9 @@ spec:
|
||||
- apiGroups: [ "cilium.io" ]
|
||||
resources: [ "ciliumnetworkpolicies" ]
|
||||
verbs: [ "get", "list", "watch", "create", "patch" ]
|
||||
# - apiGroups: [ "jaegertracing.io" ]
|
||||
# resources: [ "jaegers" ]
|
||||
# verbs: [ "get", "list", "watch", "create", "patch" ]
|
||||
config: |-
|
||||
version: v1beta1
|
||||
import:
|
||||
@@ -96,11 +98,15 @@ spec:
|
||||
apiVersion: postgresql.cnpg.io/v1
|
||||
- kind: Secret
|
||||
apiVersion: v1
|
||||
# - kind: Jaeger
|
||||
# apiVersion: jaegertracing.io/v1
|
||||
# - kind: CiliumNetworkPolicy
|
||||
# apiVersion: cilium.io/v2
|
||||
export:
|
||||
- kind: CiliumNetworkPolicy
|
||||
apiVersion: cilium.io/v2
|
||||
# - kind: Jaeger
|
||||
# apiVersion: jaegertracing.io/v1
|
||||
init:
|
||||
manifests: |-
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user