update deployments

master
Robert Burgess 2024-08-14 00:14:13 -04:00
parent 671cad5f0c
commit 8a2c036fde
2 changed files with 8 additions and 1 deletions

View File

@ -12,7 +12,6 @@ spec:
app: KX3DEX_Radio
ports:
- protocol: TCP
name: http
port: 3000
targetPort: 3000
---

View File

@ -41,3 +41,11 @@ spec:
failureThreshold: 1
initialDelaySeconds: 10
periodSeconds: 10
---
apiVersion: v1
kind: ConfigMap
metadata:
name: cloudflared
namespace: cloudflared
data:
config.yaml: "originRequest:\n noTLSVerify: true \ningress:\n - service: https://ingress-nginx-controller.ingress-nginx.svc.cluster.local:443\n"