Fixes Deployment

This commit is contained in:
2023-10-01 17:44:53 -03:00
parent 63e5f19aa0
commit 4413305baa
9 changed files with 97 additions and 5702 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,20 @@
apiVersion: v1
kind: Service
metadata:
name: ingress-nginx-controller-loadbalancer
namespace: ingress-nginx
spec:
selector:
app.kubernetes.io/component: controller
app.kubernetes.io/instance: ingress-nginx
app.kubernetes.io/name: ingress-nginx
ports:
- name: http
port: 80
protocol: TCP
targetPort: 80
- name: https
port: 443
protocol: TCP
targetPort: 443
type: LoadBalancer

View File

@@ -1 +0,0 @@
Not Found

View File

@@ -20,7 +20,7 @@ spec:
args: [ "-q" ]
imagePullPolicy: "Always"
env:
- name: REDIS_HOST
- name: REDIS_BASE_URL
valueFrom:
configMapKeyRef:
name: redis-config
@@ -38,6 +38,9 @@ spec:
name: redis-secret
key: redisPassword
- name: REDIS_URL
value: "redis://:$(REDIS_PASSWORD)@$(REDIS_BASE_URL):$(REDIS_PORT)/rq"
- name: STORAGE_TYPE
valueFrom:
secretKeyRef:

View File

@@ -24,7 +24,7 @@ spec:
valueFrom:
secretKeyRef:
name: frontend-secret
key: frontendPath
key: backendUrl
- name: EXPIRES_IN
valueFrom: