Skip to content

Commit cc37758

Browse files
authored
testexplicitingress (#70)
* test * use qa * fix vote port
1 parent 9780409 commit cc37758

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/uffizzi.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ jobs:
138138
uses: UffizziCloud/cluster-action@main
139139
with:
140140
cluster-name: pr-${{ github.event.pull_request.number }}
141+
server: https://app.uffizzi.com
141142

142143
- name: Kustomize and Apply Manifests
143144
id: prev
@@ -206,6 +207,7 @@ jobs:
206207
with:
207208
action: delete
208209
cluster-name: pr-${{ github.event.pull_request.number }}
210+
server: https://app.uffizzi.com
209211

210212
# Identify comment to be updated
211213
- name: Find comment for Ephemeral Environment

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Uffizzi Quickstart for Kubernetes (~ 1 minute)
1+
# Uffizzi Quickstart for Kubernetes (~ 1 minute) test
22

33
Go from pull request to Uffizzi Ephemeral Environment in less than one minute. This quickstart will create a virtual Kubernetes cluster on Uffizzi Cloud and deploy a sample microservices application from this repository. Once created, you can connect to the cluster with the Uffizzi CLI, then manage the cluster via `kubectl`, `kustomize`, `helm`, and other tools. You can clean up the cluster by closing the pull request or manually deleting it via the Uffizzi CLI.
44

manifests/vote-ingress.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ spec:
1212
service:
1313
name: vote
1414
port:
15-
number: 5001
15+
number: 5000
1616
path: /
1717
pathType: Prefix
1818
tls:

0 commit comments

Comments
 (0)