run prettier

This commit is contained in:
Patrik Oldsberg
2020-09-05 16:07:04 +02:00
parent 7a7396be55
commit b045b166b6
42 changed files with 150 additions and 139 deletions
+7 -7
View File
@@ -18,10 +18,10 @@ spec:
component: frontend
spec:
containers:
- name: app
image: spotify/backstage:latest
imagePullPolicy: IfNotPresent
ports:
- containerPort: 80
name: app
protocol: TCP
- name: app
image: spotify/backstage:latest
imagePullPolicy: IfNotPresent
ports:
- containerPort: 80
name: app
protocol: TCP
+7 -7
View File
@@ -18,10 +18,10 @@ spec:
component: backend
spec:
containers:
- name: backend
image: spotify/backstage-backend:latest
imagePullPolicy: IfNotPresent
ports:
- containerPort: 7000
name: backend
protocol: TCP
- name: backend
image: spotify/backstage-backend:latest
imagePullPolicy: IfNotPresent
ports:
- containerPort: 7000
name: backend
protocol: TCP
+1 -1
View File
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: "1.0"
appVersion: '1.0'
description: A Helm chart for Spotify Backstage
name: backstage
version: 0.1.1-alpha.12
+25 -19
View File
@@ -1,12 +1,12 @@
app:
enabled: true
nameOverride: ""
fullnameOverride: ""
nameOverride: ''
fullnameOverride: ''
replicaCount: 1
serviceAccount:
create: false
Name: ""
image:
Name: ''
image:
repository: spotify/backstage
tag: latest
pullPolicy: Always
@@ -15,20 +15,23 @@ app:
port: 80
ingress:
enabled: false
annotations: {}
annotations:
{}
# kubernetes.io/ingress.class: "nginx"
hosts:
- host: backstage.local
paths:
- /
- host: backstage.local
paths:
- /
tls: []
# - secretName: chart-example-tls
# hosts:
# - chart-example.local
imagePullSecrets: []
podSecurityContext: {}
podSecurityContext:
{}
# fsGroup: 2000
securityContext: {}
securityContext:
{}
# capabilities:
# drop:
# - ALL
@@ -48,12 +51,12 @@ app:
backend:
enabled: false
nameOverride: ""
fullnameOverride: ""
nameOverride: ''
fullnameOverride: ''
replicaCount: 1
serviceAccount:
create: false
Name: ""
Name: ''
image:
repository: spotify/backstage-backend
tag: latest
@@ -63,20 +66,23 @@ backend:
port: 7000
ingress:
enabled: false
annotations: {}
annotations:
{}
# kubernetes.io/ingress.class: "nginx"
hosts:
- host: backstage.local
paths:
- /backend
- host: backstage.local
paths:
- /backend
tls: []
# - secretName: chart-example-tls
# hosts:
# - chart-example.local
imagePullSecrets: []
podSecurityContext: {}
podSecurityContext:
{}
# fsGroup: 2000
securityContext: {}
securityContext:
{}
# capabilities:
# drop:
# - ALL
+11 -11
View File
@@ -7,14 +7,14 @@ metadata:
component: ingress
spec:
rules:
- host: <HOSTNAME>
http:
paths:
- backend:
serviceName: backstage
servicePort: frontend
path: /
- backend:
serviceName: backstage-backend
servicePort: backend
path: /backend
- host: <HOSTNAME>
http:
paths:
- backend:
serviceName: backstage
servicePort: frontend
path: /
- backend:
serviceName: backstage-backend
servicePort: backend
path: /backend
+8 -8
View File
@@ -11,10 +11,10 @@ spec:
app: backstage
component: frontend
ports:
- name: frontend
port: 80
protocol: TCP
targetPort: app
- name: frontend
port: 80
protocol: TCP
targetPort: app
---
apiVersion: v1
kind: Service
@@ -29,7 +29,7 @@ spec:
app: backstage
component: backend
ports:
- name: backend
port: 7000
protocol: TCP
targetPort: backend
- name: backend
port: 7000
protocol: TCP
targetPort: backend