diff --git a/apps/simplysyncedllc-com/deployment.yaml b/apps/simplysyncedllc-com/deployment.yaml index 9d5d665..8df5d99 100644 --- a/apps/simplysyncedllc-com/deployment.yaml +++ b/apps/simplysyncedllc-com/deployment.yaml @@ -33,7 +33,12 @@ spec: - name: simplysyncedllc-com-site image: gitea.simplysyncedllc.com/dex/ss_website:1.1.0 ports: - - containerPort: 3000 + - name: http + containerPort: 3000 + protocol: TCP + envFrom: + - secretRef: + name: simplysyncedllc-com-secrets ingress: enabled: true className: nginx