|
|
|
@ -132,7 +132,7 @@ spec: |
|
|
|
type: NodePort |
|
|
|
--- |
|
|
|
# Ingress description |
|
|
|
apiVersion: networking.k8s.io/v1beta1 |
|
|
|
apiVersion: networking.k8s.io/v1 |
|
|
|
kind: Ingress |
|
|
|
metadata: |
|
|
|
name: gitlab-dev-ingress |
|
|
|
@ -144,7 +144,10 @@ spec: |
|
|
|
- host: gitlab-dev.k3s.semapp.lan |
|
|
|
http: |
|
|
|
paths: |
|
|
|
- path: / |
|
|
|
backend: |
|
|
|
serviceName: gitlab-service |
|
|
|
servicePort: 80 |
|
|
|
- backend: |
|
|
|
service: |
|
|
|
name: gitlab-service |
|
|
|
port: |
|
|
|
number: 80 |
|
|
|
path: / |
|
|
|
pathType: ImplementationSpecific |
|
|
|
|