Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
ci: add headlamp
Browse files Browse the repository at this point in the history
  • Loading branch information
iaguis committed Oct 6, 2020
1 parent 4a76293 commit f59eaf7
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ci/aks/aks-cluster.lokocfg.envsubst
Original file line number Diff line number Diff line change
Expand Up @@ -118,3 +118,9 @@ component "httpbin" {
component "experimental-istio-operator" {
enable_monitoring = true
}

component "headlamp" {
ingress {
host = "headlamp.${var.cluster_name}.${var.aws_dns_zone}"
}
}
7 changes: 7 additions & 0 deletions ci/aws/aws-cluster.lokocfg.envsubst
Original file line number Diff line number Diff line change
Expand Up @@ -228,3 +228,10 @@ component "aws-ebs-csi-driver" {}
component "experimental-istio-operator" {
enable_monitoring = true
}

component "headlamp" {
ingress {
host = "headlamp.$CLUSTER_ID.$AWS_DNS_ZONE"
certmanager_cluster_issuer = "letsencrypt-staging"
}
}
7 changes: 7 additions & 0 deletions ci/packet/packet-cluster.lokocfg.envsubst
Original file line number Diff line number Diff line change
Expand Up @@ -205,3 +205,10 @@ component "httpbin" {
component "experimental-istio-operator" {
enable_monitoring = true
}

component "headlamp" {
ingress {
host = "headlamp.$CLUSTER_ID.$AWS_DNS_ZONE"
certmanager_cluster_issuer = "letsencrypt-staging"
}
}

0 comments on commit f59eaf7

Please sign in to comment.