Skip to content

Commit

Permalink
Merge pull request #299 from alwinsimon/v1
Browse files Browse the repository at this point in the history
V1
  • Loading branch information
alwinsimon authored Oct 29, 2023
2 parents b37d730 + b3eeb3d commit e056929
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions infra/k8s-prod/ingress-srv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,35 @@ spec:
name: client-srv
port:
number: 3000
---
apiVersion: v1
kind: Service
metadata:
annotations:
service.beta.kubernetes.io/do-loadbalancer-enable-proxy-protocol: 'true'
service.beta.kubernetes.io/do-loadbalancer-hostname: 'www.bms.alwinsimon.com'
labels:
helm.sh/chart: ingress-nginx-2.0.3
app.kubernetes.io/name: ingress-nginx
app.kubernetes.io/instance: ingress-nginx
app.kubernetes.io/version: 0.32.0
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/component: controller
name: ingress-nginx-controller
namespace: ingress-nginx
spec:
type: LoadBalancer
externalTrafficPolicy: Local
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
- name: https
port: 443
protocol: TCP
targetPort: https
selector:
app.kubernetes.io/name: ingress-nginx
app.kubernetes.io/instance: ingress-nginx
app.kubernetes.io/component: controller

0 comments on commit e056929

Please sign in to comment.