Skip to content
Snippets Groups Projects
Verified Commit 82796b9c authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

chore(syncthing): Adjust some whitespaces

parent b3873f91
No related branches found
No related tags found
No related merge requests found
......@@ -23,21 +23,21 @@ spec:
- name: syncthing
image: docker.io/syncthing/syncthing:1.22.1
ports:
- containerPort: 8384
name: web
protocol: TCP
- containerPort: 22000
name: transfer-tcp
protocol: TCP
- containerPort: 22000
name: transfer-quick
protocol: UDP
- containerPort: 21027
name: discovery
protocol: UDP
- containerPort: 8384
name: web
protocol: TCP
- containerPort: 22000
name: transfer-tcp
protocol: TCP
- containerPort: 22000
name: transfer-quick
protocol: UDP
- containerPort: 21027
name: discovery
protocol: UDP
volumeMounts:
- name: storage
mountPath: /var/syncthing
- name: storage
mountPath: /var/syncthing
resources:
requests:
cpu: 100m
......@@ -46,10 +46,10 @@ spec:
cpu: 1000m
memory: 1Gi
volumeClaimTemplates:
- metadata:
name: storage
spec:
accessModes: [ "ReadWriteOnce" ]
resources:
requests:
storage: 70Gi
\ No newline at end of file
- metadata:
name: storage
spec:
accessModes: [ "ReadWriteOnce" ]
resources:
requests:
storage: 70Gi
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment