We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3d4588 commit 2112b00Copy full SHA for 2112b00
k8s/deployment.yml
@@ -40,24 +40,3 @@ spec:
40
port: 3000
41
targetPort: 3000
42
type: ClusterIP
43
----
44
-apiVersion: networking.k8s.io/v1
45
-kind: Ingress
46
-metadata:
47
- name: articom-docs-ingress
48
- namespace: docs
49
- annotations:
50
- kubernetes.io/ingress.class: nginx
51
- nginx.ingress.kubernetes.io/rewrite-target: /$1
52
-spec:
53
- rules:
54
- - host: articom.io
55
- http:
56
- paths:
57
- - path: /docs(/|$)(.*)
58
- pathType: Prefix
59
- backend:
60
- service:
61
- name: articom-docs
62
- port:
63
- number: 3000
0 commit comments