Skip to content

Commit 179fafb

Browse files
authored
Merge pull request #143 from iamahgoub/ack-controller-example
ack-controller example: remove duplicate ports section
2 parents 62d65f3 + 46e236c commit 179fafb

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

examples/ack-controller/ec2-controller/ec2-controller.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,6 @@ spec:
136136
value: ${schema.spec.values.image.deletePolicy}
137137
- name: ACK_LOG_LEVEL
138138
value: ${schema.spec.values.log.level}
139-
ports:
140-
- containerPort: 80
141139
- id: clusterRoleBinding
142140
template:
143141
apiVersion: rbac.authorization.k8s.io/v1

examples/ack-controller/eks-controller/eks-controller.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,6 @@ spec:
166166
value: ${schema.spec.values.image.deletePolicy}
167167
- name: ACK_LOG_LEVEL
168168
value: ${schema.spec.values.log.level}
169-
ports:
170-
- containerPort: 80
171169
- id: clusterRoleBinding
172170
template:
173171
apiVersion: rbac.authorization.k8s.io/v1

examples/ack-controller/iam-controller/iam-controller.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,6 @@ spec:
107107
value: ${schema.spec.values.image.deletePolicy}
108108
- name: ACK_LOG_LEVEL
109109
value: ${schema.spec.values.log.level}
110-
ports:
111-
- containerPort: 80
112110
- id: clusterRoleBinding
113111
template:
114112
apiVersion: rbac.authorization.k8s.io/v1

0 commit comments

Comments
 (0)