about summary refs log blame commit diff
path: root/nginx/nginx-svc.yaml
blob: defe39355b689163a05b716ab07810fcca65eec3 (plain) (tree)
1
2
3
4
5
6
7
8
9






              

                               

                    
                                 
           
              




                 

               

                   
---
apiVersion: v1
kind: Service
metadata:
  name: nginx
  labels:
    app: nginx
  annotations:
    acme/certificate: "tazj.in"
spec:
  type: LoadBalancer
  loadBalancerIP: 104.155.119.229
  selector:
    app: nginx
  ports:
    - port: 80
      name: http
    - port: 443
      name: https
    - port: 22
      name: ssh
    - port: 4242
      name: quassel