One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
fastlane_version "1.33.0" | |
default_platform :ios | |
platform :ios do | |
before_all do | |
cocoapods | |
ENV['KEYCHAIN_NAME'] = "TempKeychain.keychain" | |
end |
// App | |
import { Component } from '@angular/core'; | |
@Component({ | |
selector: 'app', | |
template: '<span>{{ sayHello() }}</span>', | |
}) | |
export class App { | |
public name: string = 'John'; |
export class BaseEnvironment { | |
env: BaseEnvironment.Env | |
FirebaseConfig: { | |
apiKey: string, | |
authDomain: string, | |
databaseURL: string, | |
projectId: string, | |
storageBucket: string, | |
messagingSenderId: string | |
} |
Nodes are not assigned public IP. If you have accessible VM in the same VNET as worker nodes, then you can use that VM as jump host and connect the worker via private IP.
Alternatively public IP can be assigned to a worker node. This readme shows how to do that.
find out the resource group that AKS created for the node VMs