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
|
apiVersion: jaegertracing.io/v1
|
||||||
kind: "Jaeger"
|
kind: Jaeger
|
||||||
metadata:
|
metadata:
|
||||||
name: jaeger
|
name: jaeger
|
||||||
namespace: {{ .Release.Namespace }}
|
namespace: {{ .Release.Namespace }}
|
||||||
|
|||||||
@@ -48,7 +48,7 @@ spec:
|
|||||||
secretName: "{{ $fullname }}-tls"
|
secretName: "{{ $fullname }}-tls"
|
||||||
|
|
||||||
storage:
|
storage:
|
||||||
persistence: false
|
persistence: {{ .Values.persistence }}
|
||||||
|
|
||||||
# coredns:
|
# coredns:
|
||||||
# image: coredns/coredns:1.10.1
|
# image: coredns/coredns:1.10.1
|
||||||
@@ -67,7 +67,6 @@ spec:
|
|||||||
to: "atlantis/{{ $name }}-archmeister-rw"
|
to: "atlantis/{{ $name }}-archmeister-rw"
|
||||||
- from: "{{ .Release.Namespace }}/jaeger-collector"
|
- from: "{{ .Release.Namespace }}/jaeger-collector"
|
||||||
to: "atlantis/jaeger-collector"
|
to: "atlantis/jaeger-collector"
|
||||||
|
|
||||||
sync:
|
sync:
|
||||||
secrets:
|
secrets:
|
||||||
all: true
|
all: true
|
||||||
@@ -89,6 +88,9 @@ spec:
|
|||||||
- apiGroups: [ "cilium.io" ]
|
- apiGroups: [ "cilium.io" ]
|
||||||
resources: [ "ciliumnetworkpolicies" ]
|
resources: [ "ciliumnetworkpolicies" ]
|
||||||
verbs: [ "get", "list", "watch", "create", "patch" ]
|
verbs: [ "get", "list", "watch", "create", "patch" ]
|
||||||
|
# - apiGroups: [ "jaegertracing.io" ]
|
||||||
|
# resources: [ "jaegers" ]
|
||||||
|
# verbs: [ "get", "list", "watch", "create", "patch" ]
|
||||||
config: |-
|
config: |-
|
||||||
version: v1beta1
|
version: v1beta1
|
||||||
import:
|
import:
|
||||||
@@ -96,11 +98,15 @@ spec:
|
|||||||
apiVersion: postgresql.cnpg.io/v1
|
apiVersion: postgresql.cnpg.io/v1
|
||||||
- kind: Secret
|
- kind: Secret
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
|
# - kind: Jaeger
|
||||||
|
# apiVersion: jaegertracing.io/v1
|
||||||
# - kind: CiliumNetworkPolicy
|
# - kind: CiliumNetworkPolicy
|
||||||
# apiVersion: cilium.io/v2
|
# apiVersion: cilium.io/v2
|
||||||
export:
|
export:
|
||||||
- kind: CiliumNetworkPolicy
|
- kind: CiliumNetworkPolicy
|
||||||
apiVersion: cilium.io/v2
|
apiVersion: cilium.io/v2
|
||||||
|
# - kind: Jaeger
|
||||||
|
# apiVersion: jaegertracing.io/v1
|
||||||
init:
|
init:
|
||||||
manifests: |-
|
manifests: |-
|
||||||
---
|
---
|
||||||
|
|||||||
Reference in New Issue
Block a user