update deployments
parent
671cad5f0c
commit
8a2c036fde
|
@ -12,7 +12,6 @@ spec:
|
|||
app: KX3DEX_Radio
|
||||
ports:
|
||||
- protocol: TCP
|
||||
name: http
|
||||
port: 3000
|
||||
targetPort: 3000
|
||||
---
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue