Skip to content

Commit

Permalink
style: Fixing spaces
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Boutour <[email protected]>
  • Loading branch information
ViBiOh committed Apr 12, 2021
1 parent d18c9b2 commit b30c9a5
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions infra/web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ spec:
nameOverride: fibr
image:
name: vibioh/fibr
tag: "202104111753" # {"$imagepolicy": "default:flux-fibr-web:tag"}
tag: '202104111753' # {"$imagepolicy": "default:flux-fibr-web:tag"}
volumes:
- name: data
persistentVolumeClaim:
claimName: fibr
- name: data
persistentVolumeClaim:
claimName: fibr
volumeMounts:
- name: data
mountPath: /data
- name: data
mountPath: /data
config:
FIBR_AUTH_PROFILES: 1:admin
FIBR_IGNORE_PATTERN: '.st(folder|ignore)'
Expand All @@ -46,11 +46,11 @@ spec:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: kubernetes.io/hostname
operator: In
values:
- bob
- matchExpressions:
- key: kubernetes.io/hostname
operator: In
values:
- bob
resources:
limits:
memory: 64Mi
Expand All @@ -65,4 +65,4 @@ spec:
ingress:
enabled: true
hosts:
- fibr.vibioh.fr
- fibr.vibioh.fr

0 comments on commit b30c9a5

Please sign in to comment.