Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reaper Ingress file and output service account. #19

Merged
merged 9 commits into from
May 21, 2021
6 changes: 6 additions & 0 deletions gcp/env/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,9 @@ output "master_version" {
output "bucket_name" {
value = module.gcs.bucket_name
}

# Google cloud service account
#-----------------------------
output "service_account" {
value = module.iam.service_account
}
18 changes: 18 additions & 0 deletions test/reaper-ingress.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: reaper
namespace: default
spec:
rules:
- http:
paths:
- backend:
serviceName: reaper-nodeport
servicePort: 8080
path: /webui/*
pathType: ImplementationSpecific
status:
loadBalancer:
ingress:
- ip: 34.117.48.220
chaitu6022 marked this conversation as resolved.
Show resolved Hide resolved