CEC-1316 azure migration (#140)
* test portal azure * :doh: * runner * WIP * values * letsencrypt + docker cache * stg/prd * portal things * cleanup * split build/deploy + temp stage deploy * :doh: * try this * and prod * this works for now, can improve later * no need to specify azure anymore Co-authored-by: Drew Taylor <69828061+drew-fisker@users.noreply.github.com>
This commit is contained in:
@@ -1,21 +1,25 @@
|
||||
apiVersion: networking.k8s.io/v1beta1
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
annotations:
|
||||
kubernetes.io/ingress.class: nginx
|
||||
cert-manager.io/cluster-issuer: letsencrypt-prod
|
||||
labels:
|
||||
app: {{ .Chart.Name }}
|
||||
name: {{ .Chart.Name }}
|
||||
spec:
|
||||
ingressClassName: nginx
|
||||
rules:
|
||||
- host: {{ .Values.ingress.hostname }}
|
||||
http:
|
||||
paths:
|
||||
- backend:
|
||||
serviceName: {{ .Chart.Name }}
|
||||
servicePort: 80
|
||||
service:
|
||||
name: {{ .Chart.Name }}
|
||||
port:
|
||||
number: 80
|
||||
path: /
|
||||
pathType: ImplementationSpecific
|
||||
tls:
|
||||
- hosts:
|
||||
- {{ .Values.ingress.hostname }}
|
||||
secretName: fiskerdps-cert
|
||||
secretName: {{ .Chart.Name }}-tls
|
||||
@@ -1,5 +1,5 @@
|
||||
ingress:
|
||||
hostname: dev-ota-admin.fiskerdps.com
|
||||
hostname: dev-ota-admin.cloud.fiskerinc.com
|
||||
|
||||
resources:
|
||||
requests:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
ingress:
|
||||
hostname: ota-admin.fiskerdps.com
|
||||
hostname: ota-admin.cloud.fiskerinc.com
|
||||
|
||||
resources:
|
||||
requests:
|
||||
@@ -9,4 +9,4 @@ resources:
|
||||
cpu: 250m
|
||||
memory: 256Mi
|
||||
|
||||
replicas: 1
|
||||
replicas: 3
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
ingress:
|
||||
hostname: stg-ota-admin.fiskerdps.com
|
||||
hostname: stg-ota-admin.cloud.fiskerinc.com
|
||||
|
||||
resources:
|
||||
requests:
|
||||
|
||||
Reference in New Issue
Block a user