Add lua-module for signing
This commit is contained in:
@@ -45,13 +45,13 @@ spec:
|
||||
path: /healthcheck
|
||||
port: 80
|
||||
initialDelaySeconds: 5
|
||||
periodSeconds: 5
|
||||
periodSeconds: 6
|
||||
timeoutSeconds: 5
|
||||
imagePullPolicy: IfNotPresent
|
||||
imagePullPolicy: Always
|
||||
image: registry.gitlab.com/paidit-se/nginx-s3-upload:${COMMIT}
|
||||
env:
|
||||
- name: S3_BUCKET_NAME
|
||||
value: upload.paidit.se
|
||||
value: upload.unbound.se
|
||||
ports:
|
||||
- containerPort: 80
|
||||
|
||||
@@ -81,7 +81,7 @@ metadata:
|
||||
nginx.ingress.kubernetes.io/proxy-body-size: 1g
|
||||
spec:
|
||||
rules:
|
||||
- host: 'upload.paidit.se'
|
||||
- host: 'upload.unbound.se'
|
||||
http:
|
||||
paths:
|
||||
- backend:
|
||||
|
||||
Reference in New Issue
Block a user