Skip to content

Commit

Permalink
Merge pull request #7 from supernetes/ingress-ports
Browse files Browse the repository at this point in the history
feat: expose HTTP and HTTPS ports in cPouta
  • Loading branch information
twelho authored Oct 7, 2024
2 parents 0038c64 + accb414 commit 91d6cfd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions work/cpouta
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ set -o pipefail

# Configure firewall
openstack security group create talos
openstack security group rule create --protocol tcp --dst-port 80 --description "HTTP" talos ||:
openstack security group rule create --protocol tcp --dst-port 443 --description "HTTPS" talos ||:
openstack security group rule create --protocol tcp --dst-port 6443 --description "Kubernetes API" talos ||:
openstack security group rule create --protocol tcp --dst-port 50000 --description "Talos API" talos ||:

Expand Down

0 comments on commit 91d6cfd

Please sign in to comment.