Skip to content

Commit

Permalink
deploy: Add LB service with no proxy-protocol (PROJQUAY-2883) (quay#1009
Browse files Browse the repository at this point in the history
)
  • Loading branch information
syed authored Dec 1, 2021
1 parent a2be702 commit d909430
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions deploy/openshift/quay-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,22 @@ objects:
type: LoadBalancer
selector:
${{QUAY_APP_COMPONENT_LABEL_KEY}}: ${{QUAY_APP_COMPONENT_LABEL_VALUE}}
- apiVersion: v1
kind: Service
metadata:
name: quay-load-balancer-service
annotations:
service.beta.kubernetes.io/aws-load-balancer-connection-idle-timeout: ${AWS_LOAD_BALANCER_CONNECTION_IDLE_TIMEOUT}
spec:
ports:
- name: https
protocol: TCP
port: ${{LOADBALANCER_SERVICE_PORT}}
targetPort: ${{LOADBALANCER_SERVICE_TARGET_PORT}}
loadBalancerIP:
type: LoadBalancer
selector:
${{QUAY_APP_COMPONENT_LABEL_KEY}}: ${{QUAY_APP_COMPONENT_LABEL_VALUE}}
- apiVersion: apps/v1
kind: Deployment
metadata:
Expand Down

0 comments on commit d909430

Please sign in to comment.