forked from k-space/kube
		
	add goredirect service manifest
This commit is contained in:
		| @@ -55,3 +55,22 @@ spec: | |||||||
|             readOnlyRootFilesystem: true |             readOnlyRootFilesystem: true | ||||||
|             runAsNonRoot: true |             runAsNonRoot: true | ||||||
|             runAsUser: 1000 |             runAsUser: 1000 | ||||||
|  | --- | ||||||
|  | apiVersion: v1 | ||||||
|  | kind: Service | ||||||
|  | metadata: | ||||||
|  |   name: goredirect | ||||||
|  |   annotations: | ||||||
|  |     external-dns.alpha.kubernetes.io/hostname: k6.ee   | ||||||
|  |     metallb.universe.tf/address-pool: elisa | ||||||
|  | spec: | ||||||
|  |   ports: | ||||||
|  |     - name: http | ||||||
|  |       protocol: TCP | ||||||
|  |       port: 80 | ||||||
|  |       targetPort: 8080 | ||||||
|  |       nodePort: 32120 | ||||||
|  |   selector: | ||||||
|  |     app.kubernetes.io/name: goredirect | ||||||
|  |   type: LoadBalancer | ||||||
|  |   externalTrafficPolicy: Local | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user