cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

email_proxy.yaml (751B)


      1 apiVersion: gateway.envoyproxy.io/v1alpha1
      2 kind: EnvoyProxy
      3 metadata:
      4   name: email-direct-proxy
      5 spec:
      6   ipFamily: DualStack
      7   extraArgs:
      8     - --use-dynamic-base-id
      9   logging:
     10     level:
     11       default: info
     12   routingType: Service
     13   provider:
     14     type: Kubernetes
     15     kubernetes:
     16       useListenerPortAsContainerPort: true
     17       envoyService:
     18         type: ClusterIP
     19       envoyDaemonSet:
     20         container:
     21           securityContext:
     22             runAsUser: 0
     23             runAsNonRoot: false
     24             allowPrivilegeEscalation: true
     25         patch:
     26           type: StrategicMerge
     27           value:
     28             spec:
     29               template:
     30                 spec:
     31                   hostNetwork: true
     32                   dnsPolicy: ClusterFirstWithHostNet