Skip to content

Commit

Permalink
Fix typo in containerPort
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman committed Oct 3, 2023
1 parent e6b3e62 commit eabc1e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blog/2023-09-02-swift-migration-to-openshift/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ spec:
- name: rinetd
image: docker.io/vimagick/rinetd@sha256:b13986b635ac909ae9aa6ef12972fd7071c91fe538e985b26eee77ad248a6158
ports:
- containerPort: 443
- containerPort: 4443
volumeMounts:
- name: config
subPath: rinetd.conf
Expand Down

0 comments on commit eabc1e5

Please sign in to comment.