mirror of
https://github.com/Telecominfraproject/wlan-toolsmith.git
synced 2025-11-02 03:47:52 +00:00
[TOOLS-137] Add: helm values for wlan-onboard and AWS user with access to EKS
This commit is contained in:
27
helm-values/aws-wlan-onboard.yaml
Normal file
27
helm-values/aws-wlan-onboard.yaml
Normal file
@@ -0,0 +1,27 @@
|
||||
images:
|
||||
onboard:
|
||||
repository: tip-tip-wlan-test-bss-docker-repo.jfrog.io/wlan-onboard
|
||||
tag: latest
|
||||
pullPolicy: IfNotPresent
|
||||
regcred: eyJhdXRocyI6IHsidGlwLXRpcC13bGFuLWNsb3VkLWRvY2tlci1yZXBvLmpmcm9nLmlvIjogeyJhdXRoIjogImRHbHdMWEpsWVdRNmRHbHdMWEpsWVdRPSJ9fX0=
|
||||
|
||||
services:
|
||||
onboard:
|
||||
type: NodePort
|
||||
|
||||
ingresses:
|
||||
default:
|
||||
annotations:
|
||||
kubernetes.io/ingress.class: alb
|
||||
alb.ingress.kubernetes.io/scheme: internet-facing
|
||||
alb.ingress.kubernetes.io/group.name: test-bss-load-testing
|
||||
alb.ingress.kubernetes.io/certificate-arn: arn:aws:acm:us-east-2:289708231103:certificate/bfa89c7a-5b64-4a8a-bcfe-ffec655b5285
|
||||
alb.ingress.kubernetes.io/listen-ports: '[{"HTTP": 80}, {"HTTPS": 443}]'
|
||||
alb.ingress.kubernetes.io/actions.ssl-redirect: '{"Type": "redirect", "RedirectConfig": { "Protocol": "HTTPS", "Port": "443", "StatusCode": "HTTP_302"}}'
|
||||
external-dns.alpha.kubernetes.io/hostname: onboard.cicd.lab.wlan.tip.build
|
||||
hosts:
|
||||
- onboard.cicd.lab.wlan.tip.build
|
||||
paths:
|
||||
- path: /*
|
||||
serviceName: onboard
|
||||
servicePort: http
|
||||
Reference in New Issue
Block a user