Skip to content

Commit a1635f9

Browse files
authored
Adding Manifests for v2.5.0 & updated Ingress Manifest (#3426)
* Adding Manifests for v2.5.0 Signed-off-by: Jonsy13 <[email protected]> * Adding Manifests for v2.5.0 Signed-off-by: Jonsy13 <[email protected]> * Fixed images in v2.4.0 Signed-off-by: Jonsy13 <[email protected]>
1 parent 1f76649 commit a1635f9

File tree

5 files changed

+1440
-8
lines changed

5 files changed

+1440
-8
lines changed

litmus-portal/ingress.yml

+9-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
apiVersion: extensions/v1beta1
1+
apiVersion: networking.k8s.io/v1
22
kind: Ingress
33
metadata:
44
annotations:
@@ -10,12 +10,16 @@ spec:
1010
- http:
1111
paths:
1212
- backend:
13-
serviceName: litmusportal-frontend-service
14-
servicePort: 9091
13+
service:
14+
name: litmusportal-frontend-service
15+
port:
16+
number: 9091
1517
path: /(.*)
1618
pathType: ImplementationSpecific
1719
- backend:
18-
serviceName: litmusportal-server-service
19-
servicePort: 9002
20+
service:
21+
name: litmusportal-server-service
22+
port:
23+
number: 9002
2024
path: /backend/(.*)
2125
pathType: ImplementationSpecific

litmus-portal/namespaced-k8s-template.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -560,8 +560,8 @@ spec:
560560
fieldPath: metadata.namespace
561561
- name: SELF_CLUSTER
562562
value: "true"
563-
# if self-signed certificate are used pass the k8s tls secret name created in portal ns, to allow agents to use tls for communication
564-
- name: TLS_SECRET_NAME
563+
# if self-signed certificate are used pass the base64 tls certificate, to allow agents to use tls for communication
564+
- name: TLS_CERT_B64
565565
value: ""
566566
- name: PORTAL_SCOPE
567567
value: "namespace"

mkdocs/docs/2.4.0/litmus-2.4.0.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ spec:
618618
- containerPort: 8000
619619
imagePullPolicy: Always
620620
- name: auth-server
621-
image: litmuschaos/litmusportal-auth-server:ci
621+
image: litmuschaos/litmusportal-auth-server:2.4.0
622622
envFrom:
623623
- configMapRef:
624624
name: litmus-portal-admin-config

0 commit comments

Comments
 (0)