Skip to content

Commit

Permalink
fix(manifest): fix kubeconform workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
willianpaixao committed Nov 7, 2024
1 parent 2f92d17 commit b6abeac
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 118 deletions.
99 changes: 0 additions & 99 deletions .github/workflows/e2e.yaml

This file was deleted.

16 changes: 16 additions & 0 deletions kubernetes/raspberry/network/cloudflared/app/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: cloudflared-configmap
namespace: network
data:
config.yaml: |
---
originRequest:
originServerName: "external.${SECRET_DOMAIN}"
ingress:
- hostname: "${SECRET_DOMAIN}"
service: https://ingress-nginx-external-controller.network.svc.cluster.local:443
- hostname: "*.${SECRET_DOMAIN}"
service: https://ingress-nginx-external-controller.network.svc.cluster.local:443
- service: http_status:404
10 changes: 0 additions & 10 deletions kubernetes/raspberry/network/cloudflared/app/configs/config.yaml

This file was deleted.

13 changes: 4 additions & 9 deletions kubernetes/raspberry/network/cloudflared/app/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,7 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ./dnsendpoint.yaml
- ./helmrelease.yaml
- ./secret.sops.yaml
configMapGenerator:
- name: cloudflared-configmap
files:
- config.yaml=./configs/config.yaml
generatorOptions:
disableNameSuffixHash: true
- config.yaml
- dnsendpoint.yaml
- helmrelease.yaml
- secret.sops.yaml

0 comments on commit b6abeac

Please sign in to comment.