Skip to content

Commit

Permalink
Fix some whitepsace and formatting issues (#123)
Browse files Browse the repository at this point in the history
Co-authored-by: samdulam <[email protected]>
  • Loading branch information
bubylou and samdulam authored Aug 31, 2023
1 parent 50b1ba3 commit 582a6f3
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 46 deletions.
23 changes: 11 additions & 12 deletions deploy/manifests/portainer/portainer-ee.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ kind: "PersistentVolumeClaim"
apiVersion: "v1"
metadata:
name: portainer
namespace: portainer
namespace: portainer
annotations:
volume.alpha.kubernetes.io/storage-class: "generic"
labels:
Expand Down Expand Up @@ -50,9 +50,9 @@ roleRef:
kind: ClusterRole
name: cluster-admin
subjects:
- kind: ServiceAccount
namespace: portainer
name: portainer-sa-clusteradmin
- kind: ServiceAccount
namespace: portainer
name: portainer-sa-clusteradmin
---
# Source: portainer/templates/service.yaml
apiVersion: v1
Expand All @@ -72,12 +72,12 @@ spec:
targetPort: 9000
protocol: TCP
name: http
nodePort: 30777
nodePort: 30777
- port: 9443
targetPort: 9443
protocol: TCP
name: https
nodePort: 30779
nodePort: 30779
- port: 30776
targetPort: 30776
protocol: TCP
Expand Down Expand Up @@ -124,20 +124,20 @@ spec:
image: "portainer/portainer-ee:2.18.4"
imagePullPolicy: Always
args:
- '--tunnel-port=30776'
- '--tunnel-port=30776'
volumeMounts:
- name: data
mountPath: /data
mountPath: /data
ports:
- name: http
containerPort: 9000
protocol: TCP
- name: https
containerPort: 9443
protocol: TCP
protocol: TCP
- name: tcp-edge
containerPort: 8000
protocol: TCP
protocol: TCP
livenessProbe:
httpGet:
path: /
Expand All @@ -147,7 +147,6 @@ spec:
httpGet:
path: /
port: 9443
scheme: HTTPS
scheme: HTTPS
resources:
{}

21 changes: 10 additions & 11 deletions deploy/manifests/portainer/portainer-lb-ee.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ kind: "PersistentVolumeClaim"
apiVersion: "v1"
metadata:
name: portainer
namespace: portainer
namespace: portainer
annotations:
volume.alpha.kubernetes.io/storage-class: "generic"
labels:
Expand Down Expand Up @@ -50,9 +50,9 @@ roleRef:
kind: ClusterRole
name: cluster-admin
subjects:
- kind: ServiceAccount
namespace: portainer
name: portainer-sa-clusteradmin
- kind: ServiceAccount
namespace: portainer
name: portainer-sa-clusteradmin
---
# Source: portainer/templates/service.yaml
apiVersion: v1
Expand All @@ -71,7 +71,7 @@ spec:
- port: 9000
targetPort: 9000
protocol: TCP
name: http
name: http
- port: 9443
targetPort: 9443
protocol: TCP
Expand Down Expand Up @@ -120,20 +120,20 @@ spec:
- name: portainer
image: "portainer/portainer-ee:2.18.4"
imagePullPolicy: Always
args:
args:
volumeMounts:
- name: data
mountPath: /data
mountPath: /data
ports:
- name: http
containerPort: 9000
protocol: TCP
- name: https
containerPort: 9443
protocol: TCP
protocol: TCP
- name: tcp-edge
containerPort: 8000
protocol: TCP
protocol: TCP
livenessProbe:
httpGet:
path: /
Expand All @@ -143,7 +143,6 @@ spec:
httpGet:
path: /
port: 9443
scheme: HTTPS
scheme: HTTPS
resources:
{}

21 changes: 10 additions & 11 deletions deploy/manifests/portainer/portainer-lb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ kind: "PersistentVolumeClaim"
apiVersion: "v1"
metadata:
name: portainer
namespace: portainer
namespace: portainer
annotations:
volume.alpha.kubernetes.io/storage-class: "generic"
labels:
Expand Down Expand Up @@ -50,9 +50,9 @@ roleRef:
kind: ClusterRole
name: cluster-admin
subjects:
- kind: ServiceAccount
namespace: portainer
name: portainer-sa-clusteradmin
- kind: ServiceAccount
namespace: portainer
name: portainer-sa-clusteradmin
---
# Source: portainer/templates/service.yaml
apiVersion: v1
Expand All @@ -71,7 +71,7 @@ spec:
- port: 9000
targetPort: 9000
protocol: TCP
name: http
name: http
- port: 9443
targetPort: 9443
protocol: TCP
Expand Down Expand Up @@ -120,20 +120,20 @@ spec:
- name: portainer
image: "portainer/portainer-ce:2.18.4"
imagePullPolicy: Always
args:
args:
volumeMounts:
- name: data
mountPath: /data
mountPath: /data
ports:
- name: http
containerPort: 9000
protocol: TCP
- name: https
containerPort: 9443
protocol: TCP
protocol: TCP
- name: tcp-edge
containerPort: 8000
protocol: TCP
protocol: TCP
livenessProbe:
httpGet:
path: /
Expand All @@ -143,7 +143,6 @@ spec:
httpGet:
path: /
port: 9443
scheme: HTTPS
scheme: HTTPS
resources:
{}

23 changes: 11 additions & 12 deletions deploy/manifests/portainer/portainer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ kind: "PersistentVolumeClaim"
apiVersion: "v1"
metadata:
name: portainer
namespace: portainer
namespace: portainer
annotations:
volume.alpha.kubernetes.io/storage-class: "generic"
labels:
Expand Down Expand Up @@ -50,9 +50,9 @@ roleRef:
kind: ClusterRole
name: cluster-admin
subjects:
- kind: ServiceAccount
namespace: portainer
name: portainer-sa-clusteradmin
- kind: ServiceAccount
namespace: portainer
name: portainer-sa-clusteradmin
---
# Source: portainer/templates/service.yaml
apiVersion: v1
Expand All @@ -72,12 +72,12 @@ spec:
targetPort: 9000
protocol: TCP
name: http
nodePort: 30777
nodePort: 30777
- port: 9443
targetPort: 9443
protocol: TCP
name: https
nodePort: 30779
nodePort: 30779
- port: 30776
targetPort: 30776
protocol: TCP
Expand Down Expand Up @@ -124,20 +124,20 @@ spec:
image: "portainer/portainer-ce:2.18.4"
imagePullPolicy: Always
args:
- '--tunnel-port=30776'
- '--tunnel-port=30776'
volumeMounts:
- name: data
mountPath: /data
mountPath: /data
ports:
- name: http
containerPort: 9000
protocol: TCP
- name: https
containerPort: 9443
protocol: TCP
protocol: TCP
- name: tcp-edge
containerPort: 8000
protocol: TCP
protocol: TCP
livenessProbe:
httpGet:
path: /
Expand All @@ -147,7 +147,6 @@ spec:
httpGet:
path: /
port: 9443
scheme: HTTPS
scheme: HTTPS
resources:
{}

0 comments on commit 582a6f3

Please sign in to comment.